home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 15
/
Aminet 15 - Nov 1996.iso
/
Aminet
/
dev
/
lang
/
FPL_v147.lha
/
fpl
/
src
/
config.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-08-05
|
494b
|
25 lines
/*
* General config setup headers.
*/
#ifdef SUNOS
#include <varargs.h>
#define VARARG_FUNCTIONS
#ifndef UNIX
#define UNIX
#endif
#endif
#if defined(__GCC_NEW_VARARGS__) /* && defined(__GCC__) */
/*
* If you want this file to be compiled using the va_* macros instead of the
* dirty "address of parameter version", define as below!
* (Without this define, SunOS 4.1.x versions will likely crash!)
*/
#define VARARG_FUNCTIONS /* should be defined before the includes below */
#endif